Objects Reference

flyEngine::get_bezier_patch

Prototype

bezier_patch *get_bezier_patch(char *name)

Parameters

Parameter Type Description
name char * patch name

Return Value

Returns a pointer to the given patch or NULL if patch not found.

Remarks

This function is used to get patches from the stock. It returns the patch pointer for a given string based patch name. If patch is not in the patch linked list, it attempts to load the patch from disk.